-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Github action to build wheels. #163
base: master
Are you sure you want to change the base?
Conversation
Here is an example result of what is in a wheel:
|
Windows is giving these errors but the wheel seems to still be built:
|
The wheel builds, I then remove the conda installed ipopt and numpy and install the wheel with pip. Once installed I try to run and example and get this:
Looks like ipopt is not included in the wheel. |
Tried auditwheel as suggested at #41 (comment) but get this error:
|
Should try this: https://github.com/messense/auditwheel-symbols |
This explains that building wheels from conda binaries may be possible but not trivial. pypa/cibuildwheel#773 |
No description provided.